Kotlin utilities
1.7.0
common
Kotlin utilities
/
it.czerwinski.kotlin.util
/
Some
/
get
get
common
open
override
fun
get
(
)
:
T
Content copied to clipboard
Gets the value of a
Some
or throws an exception.
Return
Value of a
Some
.
Throws
kotlin.
No
Such
Element
Exception
If this is
None
.